home *** CD-ROM | disk | FTP | other *** search
/ ftp.cs.arizona.edu / ftp.cs.arizona.edu.tar / ftp.cs.arizona.edu / icon / newsgrp / group98b.txt / 000014_icon-group-sender _Wed May 6 08:50:05 1998.msg < prev    next >
Internet Message Format  |  2000-09-20  |  2KB

  1. Return-Path: <icon-group-sender>
  2. Received: from kingfisher.CS.Arizona.EDU (kingfisher.CS.Arizona.EDU [192.12.69.239])
  3.     by baskerville.CS.Arizona.EDU (8.8.8/8.8.7) with SMTP id IAA22328
  4.     for <icon-group-addresses@baskerville.CS.Arizona.EDU>; Wed, 6 May 1998 08:50:04 -0700 (MST)
  5. Received: by kingfisher.CS.Arizona.EDU (5.65v4.0/1.1.8.2/08Nov94-0446PM)
  6.     id AA17324; Wed, 6 May 1998 08:50:01 -0700
  7. To: icon-group@optima.CS.Arizona.EDU
  8. Date: Tue, 05 May 1998 20:04:44 -0600
  9. From: Terry Murray <tmurray@primary.net>
  10. Message-Id: <354FC528.4D86@kc-primary.net>
  11. Organization: Primary Network. http://www.primary.net
  12. Sender: icon-group-request@optima.CS.Arizona.EDU
  13. Reply-To: tmurray@primary.net
  14. Subject: AI use for Icon
  15. Errors-To: icon-group-errors@optima.CS.Arizona.EDU
  16. Status: RO
  17. Content-Length: 1096
  18.  
  19. I'm writing a program with icon that reads an email message and
  20. determines the who, what, when, where and by whom. At least that is what
  21. I am trying to do.  This message would come form a supervisor to the
  22. human resources department asking them to promote Mr. Any Body to a New
  23. Title on a certain date.  By having all the employees names prior to
  24. running the program I weight each name based on its reletive position to
  25. the other name within the organization to get a fuzzy match.  One of
  26. which must be a supervisor.  I've never tried using AI technology before
  27. so I looking for someone who has done something similar that would share
  28. with me their text parse-ing process for ideas.  I'm currently looking
  29. for words that match my list as for the 'what' the matching terms would
  30. be 'promote, demote, reassign, realign, fire...'.  Likewise, 'who' is
  31. the list of employees.
  32.  
  33. I'm now working on the 'when' to search for dates.  I need a different
  34. method than giving the program every possible date in every possible
  35. way.  Does someone have a program that would pick a date out of a
  36. sentence?
  37.  
  38. Terry
  39.